It's all about the answers!

Ask a question

How to fetch the change sets from IBM DNG application based on creation date as query parameter using API


priyanka jogdand (1518) | asked Jun 12, 7:32 a.m.

I have an requirement to fetch the change sets using API from IBM DNG application based on specified date.


Currently I am able fetch the delivered state change set only delivered by specific user via mention user Id in API itself.
Simillary, I want to specify the creation date of change set in API itself to fetch particular change set only in order to reduce the time to fetch other unnecessary change sets. 
Please have look on below API and suggest way to get change set based on creation date. 

API:- https://localhost/rm/localVersionExplorer/changesets?parentConfigurationId=${streamURL}&validStates=committed&validUserIds=${userID}&sortByAscending=true&pageEnd=10000&configurationUri=${streamURL}&pageStart=0

Request Method: GET
Headers:
Accept: application/json
Content-Type: application/json

Above API is working for me as its only give the change sets URLs which are in delivered state and delivered by the user whose Iuser d is mentioned in API.

Thanks in Advance.

One answer



permanent link
Ralph Schoon (63.4k33646) | answered Jun 12, 10:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

As answered here: https://jazz.net/forum/questions/267434/oslc-api-to-find-the-root-or-initial-stream-in-the-dng-component the API you are trying to use is an internal API. Ian has provided more information in a linked answer. 
I don't think a lot of users know the internal API to be able to help you. 

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.